home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1999 April / macformat-075.iso / Shareware Plus / Games / GameMaker 2.6.1 Demo / GameMaker v2.61 DEMO / GameMaker v2.61 DEMO.rsrc / TEXT_129_Using GameMaker.txt < prev    next >
Encoding:
Text File  |  1999-01-06  |  1.5 KB  |  13 lines

  1. USING GAMEMAKER
  2.  
  3. All games created with GameMaker have the same basic design. A Graphics area is on the left side, a Text area is on the right side, and a total of 6 possible buttons are on the bottom.
  4.  
  5. There are two modes: Create Mode to create your game and Run Mode to test your game. Run Mode works much like a browser tool.
  6.  
  7. Launching GameMaker creates an untitled document. Card #1 will be displayed and the Text tool will be selected. Card #1 has 6 buttons at the bottom. 3 of the buttons are already named, but are editable if you want to change them. The "Begin Game" button is set to advance to card #2. To advance to card #2 in Create Mode, select "Next" from the "Go" menu.
  8.  
  9. All other cards have 6 unnamed buttons at the bottom of the card. Clicking on any of these buttons displays a dialog box. The dialog box allows you to name the button and decide which option you wish to perform and/or which card you wish to have this button linked to. In Run Mode, only buttons that have been named will be visible and active.
  10.  
  11. Use the "Tools" menu to type text or draw a picture in the window. Selecting the Text tool in the Tools menu will automatically select the text area for typing text. You can also select the Text area by clicking the mouse in that area.
  12.  
  13. Selecting one of the Paint tools in the Tools menu (Brush, Line, Rectangle, Roundrect, Oval, Region, Spray Can, Fill, Eraser) will automatically select the Graphics area for drawing graphics. You can also select the Graphics area by clicking the mouse in that area.